(C) 1996 AROS - The Amiga Replacement OS
NAME
#include <proto/iffparse.h>
LONG StopChunks()
SYNOPSIS
struct IFFHandle * iff
LONG * propArray
LONG numPairs
LOCATION
In IFFParseBase at offset 22
FUNCTION
Declares multiple stop chunks from th typ/id pairs supplied.
INPUTS
iff
pointer to an IFFHandle struct.
propArray
pointer to an array of longword chunk types and identifiers.
numPairs
number of type/id pairs in the propArray.
RESULT
error - 0 if successfull, IFFERR_#? otherwise.
NOTES
EXAMPLE
BUGS
SEE ALSO
StopChunk()
INTERNALS
HISTORY
03.02.1997 digulla
Iffparse.library as supplied by Nils H. Lorentzen